home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / TOPICS / audio1 / T2604S11.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1997-08-15  |  158.6 KB  |  1 channel  |  22,050 sample rate  |  36 seconds
Transcription: Java provides six logical or Boolean operators. They are AND, conditional AND, OR, conditional OR, exclusive OR, and NOT. Each argument to a logical operator must be a Boolean data type, and the result is always a Boolean data type. You will notice that many of the symbols used for logical operators are the same ones used as bitwise operators. Since logical operators can only take Boolean arguments Java distinguishes these two operator types based on the data type of the arguments provided to the operator.